font-size: 30px;
    font-weight: bold;.imgFile{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:#d46653;color:#fff;display:inline-block;height:28px;line-height:28px;text-align:center;width:72px;transition:background-color .2s linear 0s;border:none;cursor:pointer;margin:0 0 20px;width:auto;padding: 0 12px;margin-top:5px;}
.demo{width:700px;margin:0 auto}
.btn:hover{background-color:#e95a00;text-decoration:none}
.ul_pics li{float:left;width:160px;height:160px;border:1px solid #ddd;padding:2px;text-align:center;margin:0 5px 5px 0}
.ul_pics li .img{width:160px;height:140px;display:table-cell;vertical-align:middle}
.ul_pics li img{max-width:160px;max-height:140px;vertical-align:middle}
.progress{position:absolute;padding:1px;border-radius:5px;margin:0 auto;bottom: 3%;left: 5%;width:90%;}
.bar{background-color:green;display:block;width:0;height:20px;border-radius:5px}
.percent{position:absolute;height:20px;display:inline-block;top:0;left:2%;color:#fff}
#think_page_trace_open{display: none}
.bart{width: 80%;margin: 0 auto;display: block;}

.fl {
  float: left;
}

.fr {
  float: right;
}
.ind_sec1 {
    float: left;
    width: 100%;
  background: #f3f4f5;margin-bottom: 40px;
}
.ind1_i {
  width: 100%;
}
.ind1_i .swiper-slide {
  display: block;
}

.ind1P {
  position: static;
  margin-top: 20px;
}
.ind1P .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  margin: 0 6px;
}
.ind1_i a {}
.ind1_i a .img {
  overflow: hidden;    border: 0.5px solid #f4f4f4;
}
.ind1_i a .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a:hover .img img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ind1_i a .text {
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  position: relative;
}
.ind1_i a:hover .text {
  height: 50px;
  margin-top: -10px;
  background: #e60013;
}
.ind1_i a .text h6 {
  font-family: "Microsoft YaHei", Helvetica, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #e60013;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a .text h4 {
  font-family: "Microsoft YaHei", Helvetica, Arial;
  font-size: 16px;
  color: #e60013;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a .text h5 {
  font-size: 18px;
  color: #000;
  margin-top: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a:hover .text * {
  color: #fff;
}
/*.ind1_i a .text::before {
  content: '';
  height: 0;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ind1_i a:hover .text::before {
  height: 56px;
}*/

.ind_sec1 .ind1Prev,
.ind_sec1 .ind1Next {
  cursor: pointer;
  width: 40px;
  height: 60px;
  background-color: #c3c3c3;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}
.ind_sec1 .ind1Prev {
  left: 0;
}
.ind_sec1 .ind1Prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind_sec1 .ind1Next {
  right: 0;
}
.ind_sec1 .ind1Prev:hover,
.ind_sec1 .ind1Next:hover {
  background: #e60013;
}



.inde-innovate .in-bot .dcom {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.inde-innovate .in-bot .dfl {
  background: #F1F1F1;
}
.inde-innovate .in-bot .dfl .sw-jisuan {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #0C0C0C;
  width: 220px;
  height: 86px;
  line-height: 86px;
  color: #ffffff;
  font-size: 18px;
  padding: 0 32px;
  font-family: 'tt0142m';
}
.inde-innovate .in-bot .dfl .sw-jisuan .pagination span {
  display: none;
}
.inde-innovate .in-bot .dfl .sw-jisuan .pagination .swiper-active-switch {
  display: inline-block;
}
.inde-innovate .in-bot .in-swfl1 .buildcon5 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.inde-innovate .in-bot .in-swfl1 .buildcon5 img {
  position: absolute;
}
/*è½®æ’­ä½ç½®å’Œå¤§å°*/
/*ç¾Žæ–¯ç‰¹*/
.sl-meisite .im1 {
  width: 29vw;
  top: 3vw;
  left: 30vw;
}
.sl-meisite .im2 {
  width: 40vw;
  top: 1.4vw;
  left: 11vw;
}
.sl-meisite .im3 {
  width: 28vw;
  top: 11vw;
  left: 3vw;
}
.inde-innovate .in-bot .in-swfl1 .sl-meisite.swiper-slide-active .im1 {
  animation: fadeInUp1 1s 0.1s ease both;
}
.inde-innovate .in-bot .in-swfl1 .sl-meisite.swiper-slide-active .im2 {
  animation: fadeInUp1 1s 0.2s ease both;
}
.inde-innovate .in-bot .in-swfl1 .sl-meisite.swiper-slide-active .im3 {
  animation: fadeInUp1 1s 0.3s ease both;
}


.sl-yiruanzhaung .im1 {
  width: 16vw;
  top: 15vw;
  left: -8vw;
}
.sl-yiruanzhaung .im2 {
  width: 24vw;
  top: 13vw;
  left: 0vw;
  z-index: 3;
}
.sl-yiruanzhaung .im3 {
  width: 36vw;
  top: 8vw;
  left: 9vw;
}
.sl-yiruanzhaung .im4 {
  width: 25vw;
  top: 8vw;
  left: 33vw;
}
.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im1 {
  animation: fadeInRight1 1s ease both;
}
.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im2 {
  animation: fadeInRight1 1s 0.2s ease both;
}
.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im3 {
  animation: fadeInRight1 1s 0.4s ease both;
}
.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im4 {
  animation: fadeInRight1 1s 0.6s ease both;
}
.inde-innovate .in-bot .in-swfl1 .sl-zhongya.swiper-slide-active .img-box {
  animation: zoomIn 1s 0.2s ease both;
}
.inde-innovate .in-bot .dfr {
  background: #0C0C0C;
}
.inde-innovate .in-bot .dfr .nei-wen {
  color: #ffffff;
  position: absolute;
  top: 30%;
  left: 10%;
  width: 70%;
}
.inde-innovate .in-bot .dfr .nei-wen .dn2 {
  font-size: 36px;
  margin: 2% 0 3%;
}
.inde-innovate .in-bot .dfr .nei-wen .dn3 {
  line-height: 30px;
  text-align: justify;
  opacity: 0.9;
  margin: 0 0 7%;
}
.inde-innovate .in-bot .dfr .nei-wen .dn-a a {
  font-size: 18px;
  color: #ffffff;
  font-family: 'futurademic';
}
.inde-innovate .in-bot .dfr .sw-combtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.inde-innovate .in-bot .dfr .sw-combtn .a-btn {
  float: left;
  width: 86px;
  text-align: center;
  color: #ffffff;
  height: 86px;
  line-height: 86px;
  background: #1F1F1F;
  margin: 0 1px 0 0;
  cursor: pointer;
}
.inde-innovate .in-bot .dfr .sw-combtn .a-btn i {
  font-size: 22px;
}


.com-ti1 {
  text-align: center;
  color: #0d0d0d;
  font-size: 42px;
  padding: 0 0 30px;
}

.com-biaoti {
  padding: 0 0 80px;
  text-align: center;
}

.com-biaoti-ju {
  padding: 60px 0 80px;
}

.com-biaoti .dn1 {
  color: #0b0205;
  font-size: 42px;
  margin: 0 0 6px; font-weight: bold;
}

.com-biaoti .dn2 {
  color: #666666;
  font-size: 16px;
}



.odds{padding:70px 0;overflow:hidden;}
.oddsTie{text-align:center;position:relative;}
.oddsTie::after,.oddsTie::before,.process .hTitle::after,.process .hTitle::before{content:"";position:absolute;left:0;width:37%;height:1px;background:#b2b2b2;bottom:20px;}
.oddsTie::after{left:auto;bottom:auto;top:90px;right:0;}
.oddsTie span{display:block;font-size:24px;margin-top:-35px;padding-left:100px;}
.odds1{margin-top:40px;}
.odds li{height:300px;}
.odds li .txt{padding-top:55px;width:50%;padding-left:140px;}
.odds li h4{font-size:25px;color:#191919;margin:25px 0;}
.odds li span{color: #fe9603;
    font-size: 42px;
    margin-right: 20px;
    line-height: 60px;
    font-weight: bold;}
.odds li .num{float:left;margin-left:-10vw;background: url('../images/odds_num.png') no-repeat;width:115px;height:140px;font-size:45px;color:#fff;font-family:Arial;font-weight:bold;font-style:normal;line-height:100px;padding-left:20px;}
.odds .txt p{margin-bottom:10px;line-height:20px;padding-left:25px;background: url('../images/odds_li.png') no-repeat left 5px;position: relative;}
.odds .txt p::after{content:"";position: absolute;left:4px;top:12px;width:1px;height:110%; background:#e60013;}
.odds .txt p:last-child::after{display:none;}
.odds1{background: url('../images/oods1_bg.jpg') no-repeat center;}
.odds3{background: url('../images/oods2_bg.jpg') no-repeat center;}
.odds5{background: url('../images/oods1_bg.jpg') no-repeat center;height:auto;padding-bottom:50px;}

li.odds5 h4{margin-bottom:40px;}
.odds5 .box{background:#fff;float:left;width:305px;height:80px;padding:25px 20px;line-height:20px;transition:all .4s;top:0;position:relative;}
.odds5 .box2{margin:0 12px;}
.odds5 .box h5{font-size:20px;color:#e60013;font-weight:bold;margin-bottom:8px;}
.odds5 .box:hover{box-shadow:0 0 10px #ccc;top:-10px}
.odds5 .box i{float:left;border-right: 1px dotted #b2b2b2;height:80px;width:100px;margin-right:20px;background: url('../images/odds_icon.png') no-repeat;}
.odds5 .box2 i{background-position: -105px 0;}
.odds5 .box3 i{background-position: -210px 0;}




.tab .tab_menu{width:100%;float:left;position:absolute;z-index:1; }

.mid .title li{  color:#000;font-weight: bold;  list-style: none; display:block;width:100%; height:90px; cursor:pointer; background-image:url(../images/ico_proclassbe.png); background-repeat:no-repeat; font-size:16px;
padding-top:12px;}
.mid .title li span{ display:block; width:84px; height:60px; float:left; color:#fff; font-family:Arial; text-align:center; line-height:60px; font-size:30px; margin-right:16px;}
.mid .title li:hover{ cursor:pointer; background-image:url(../images/ico_proclass.png); background-repeat:no-repeat; color:#e60013;}
.mid .title .selected{cursor:pointer; background-image:url(../images/ico_proclass.png); background-repeat:no-repeat; color:#e60013;}
.hide{display:none;}
.mid .title li p{font-size: 12px; font-weight: normal;line-height: 20px;}
.mid1{float:right; width:40%; height:558px; overflow:hidden;}
.mid1 img{max-width: 100%}


img {
    vertical-align: middle;
}
.kuai3{background: #efefef; width:100%; float: left}

.w1200{width:80%;margin:0 auto;}

.index-product {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 5vw;
    box-sizing: border-box;
    background: url("../images/img_02.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.index-product .item-ul {
    position: absolute;
    top: 50%;
    left: 5vw;
    width: 57vw;
    margin-top: -15%;
    z-index: 6;
}
.index-product .item-ul li {
    position: relative;
    width: 14vw;
    height: 15vw;
    background: #fff;
    overflow: hidden;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
    float: left;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
.index-product .item-ul li:nth-child(4n) {
 
}
.index-product .item-ul li .tit {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-top: 1vw;
    text-transform: uppercase;
}
.index-product .item-ul li>i,.index-product .item-ul li a>i {
    width: 62px;
    height: 60px;
    display: block;
    background-image: url("../images/icon02.png");
    background-repeat: no-repeat;
}
.index-product .item-ul li .icon01 {
    background-position: -523px -163px;
}
.index-product .item-ul li .icon02 {
    background-position: -708px -163px;
}
.index-product .item-ul li .icon03 {
    background-position: -827px -163px;
}
.index-product .item-ul li .icon04 {
    background-position: -591px -163px;
}
.index-product .item-ul li .icon05 {
    background-position: -647px -163px;
}
.index-product .item-ul li .icon06 {
    background-position: -767px -163px;
}
.index-product .item-ul li .desc {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.index-product .item-ul li::after {
    position: absolute;
    bottom: 1.3vw;
    right: 1.3vw;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/icon-right.png) no-repeat;
    z-index: 9;
    opacity: 0;
}
.index-product .item-ul li::before {
    position: absolute;
    bottom: -3.9vw;;
    right: -3.9vw;;
    content: '';
    width: 0;
    height: 0;
    border-width: 3.9vw;
    border-style: solid;
    border-color: #e60013 transparent transparent transparent;
    z-index: 9;
    transform: rotate(-45deg);
    margin: -3.9vw;
    opacity: 0;
    transition: all .3s linear;
}
.index-product .item-ul li:hover {
    background: #f6f7fb;
}
.index-product .item-ul li:hover::before,
.index-product .item-ul li:hover::after {
    opacity: 1;
}
.index-product .item-ul li:hover::before {
    right: 0;
    bottom: 0;
    transition: all .3s linear;
}
.index-product .product-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width:  calc(50% - 1vw);
    height: calc(100vh );
    background: #e60013;
    z-index: 5;
    padding: 9.1vw 0 0 15.6vw;
    box-sizing: border-box;
}
.index-product .product-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4.6vw;
    margin-left: 10px;
    max-width: 20vw;
}

.more-btn {
    width: 140px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 100px;
    color: #fff;
    font-family: "en";
    transition: ease .4s;
}
.more-btn:hover {
    background: #fff;
    color: #e60013;
}

.tit-en {
    font-size: 48px;
 
    font-weight: bold;
    line-height: 45px;
}
.tit-cn {
    font-size: 24px;
    margin-top: 5px;
}.header-fr .header-fuwu,
.l-item-ul li:hover p,
.l-item-ul li:hover div,
.index-product .product-box,
.index-product .product-box p,
.yf-yycj .item-ul li:hover .con-b,
.process-ul li:hover>.iconfont {
    color: #fff;
}



.index-pp {
    width: 100%;
    padding: 0 10vw 80px;
    box-sizing: border-box;
}
.index-pp .pp-items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.index-pp .pp-items .p-item {
    width: 33%;
    overflow: hidden;
}
.index-pp .pp-items .p-item .img-box {
    width: 100%;
    height: 285px;
    overflow: hidden;
}
.index-pp .pp-items .p-item .img-box>a {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}
.index-pp .pp-items .p-item:hover .img-box>a {
    transform: scale(1.1, 1.1);
}
.index-pp .pp-items .p-item .txt-box  {
    position: relative;
    width: 100%;
    height: 100px;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 50px;
}
.index-pp .pp-items .p-item .txt-box:before {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: '';
    width: 100%;
    height: 100%;
    background: #e60013;
    box-shadow: 275px 0 100px #4cc75d inset;
    z-index: 1;
    transition: ease .45s;
}
.index-pp .pp-items .p-item:hover .txt-box:before {
    bottom: 0;
}
.index-pp .pp-items .p-item .txt-box>div>p>a {
    font-size: 24px;
    color: #333;
}
.index-pp .pp-items .p-item:hover .txt-box>div>p>a,
.index-pp .pp-items .p-item:hover .txt-box>div>div,
.index-pp .pp-items .p-item:hover .txt-box>a {
    color: #fff;
}
.index-pp .pp-items .p-item .txt-box>div {
    position: relative;
    z-index: 2;
}
.index-pp .pp-items .p-item .txt-box>div>div {margin-top: 10px;}
.index-pp .pp-items .p-item .txt-box>div>div>a {
    font-size: 16px;
    color: #737373;
}.title {
   font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-top: 100px;
}





.z_index_btmwrp{ padding: 0 10%; padding-top: 60px; box-sizing: border-box;    position: relative; }
.z_hz_tit .en{font-size: 24px;font-family: Raleway;font-weight: bold;color: #323232;}
.z_hz_tit h3{font-size: 30px;font-weight: bold;color: #000;padding-bottom: 20px;}
.z_hz_swiper{ width: 100%; overflow: hidden;}
.z_hz_swiper li{width:12%;  overflow: hidden }
.z_hz_swiper li a{  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.z_hz_swiper li img{ display: block; max-width: 100%; max-height: 100%; transition: ease 1s;}
.z_hz_swiper li:hover img{ transform: scale(1.1,1.1);}
.z_index_link{ border-top: 1px solid #E5E5E5; padding: 30px 0; display: flex; align-items: flex-start;}
.z_index_link .tit{ flex-shrink: 0; font-weight: bold;}
.z_index_link .boxa a{ display: inline-block; padding: 0 15px; margin-bottom: 5px; height: 15px;line-height: 15px; color:#848484 ; border-right: 2px solid #848484;}
.z_index_link .boxa a:last-child{ border-right: 0;}
.z_index_link .boxa a:hover{ color: #0072BC;}



.header{ width:100%; height:105px; background:#fff; padding:0px 0px 0px 14px; box-shadow:0 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);  z-index:1000; border-bottom:1px solid #dedede; }
.show-bar{     position: fixed;-webkit-transition:all .3s ease; transition:all .3s ease; top:0px; left:0; right:0; }
.hidden-bar{ top:-100px; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,.04);}
.showed{ top:0; }
.header .logo{ width:150px; height:105px; background:url("../images/logo.svg") no-repeat left center; background-size:100%;    margin-left: 2%;}
.header .header-right{ width:calc(100% - 260px); height:100%; }
.header .toplink{ width:100%; height: 37px;  background:url("../images/line.png") no-repeat bottom; padding-right: 30px; background-size:1914px 1px; }
.header .toplink > a,
.header .toplink span{ display:block; float:right; margin-right:20px;margin-left: 20px; cursor:pointer; font-size:14px; color:#666; transition:all 0.8s; -moz-transition:all 0.8s; 
	-webkit-transition:all 0.8s; -o-transition:all 0.8s; height: 36px;line-height: 36px; }
.header .toplink > a.tel{font-size: 14px;}
.header .toplink > a.tel .tel-swiper{width: 170px;float: left;overflow: hidden;}
.header .toplink span.station{z-index: 1600;}
.header .toplink > a:hover,
.header .toplink > a.on{ color:#e60013; }
.header .toplink span:hover{ color:#e60013; }
.header .toplink > a i,
.header .toplink span i{  }
.header .toplink .tmall{ background:url("../images/tmall.png") no-repeat center;  width:24px; height:24px; margin: 6px 20px 0 12px;}
.header .toplink .yicai{ background:url("../images/yicai.png") no-repeat center;  width:20px; height:20px; margin: 8px 20px 0 -8px;}

.header .toplink .transvest{ background:url("../images/header-icon.png"); background-size:414px 25px; width:33px; height:17px; background-position:-77px 0px; }
.header .toplink .platform i{ background:url("../images/header-icon.png"); background-size:414px 25px; width:18px; height:17px; background-position:-167px 0px; margin-right:7px; float:left; }
.header .toplink .tel i{ margin: 0px 10px 0 0; float:left; }
.header .toplink .station{ position:relative; }
.header .toplink .station > i{ width:8px; height:4px; float:right; background-position:-325px -1px; margin: 16px 0 0 7px; }
.header .toplink .station:hover i{ background-position:-325px -20px; }
.header .toplink .station .station-box{ width:150px; border:1px solid #f1f1f1; display:none; border-top:0; position:absolute; left:50%; top:36px; 
	padding:0px 0px 10px 15px; background:#fff; margin-left:-60px;bottom: auto; }
.header .toplink .station .station-box a{ width:100%; float:left; font-size:12px; color:#666; line-height: 30px;height: 30px;display: flex;align-items: center;
	border-top: none;}
.header .toplink .station .station-box a:hover{ color:#e60013; }
.header .toplink .station .station-box a:nth-child(even){ float:right; }
.header .toplink .station .station-box a i{ background:url("../images/arrowR-small.png") no-repeat scroll center center; width:3px; height:6px; display:inline-block; vertical-align:middle; margin-right:5px; }
.header .toplink .station:hover .station-box{ display:block; }
.header .toplink .en{ margin-right:0; }
.header .toplink .en img{width:45px; padding-right: 10px;}
.header .nav{ height:68px; padding-right:30px; }
.header .nav ul > li{ font-size:16px; color:#333333; float:left; height:68px; margin-left: 60px; line-height:68px;/*position: relative;*/z-index: 10;}
.header .nav ul > li > a{ font-size:16px; color:#000; display:block; height:68px;transition:all 0.8s; -moz-transition:all 0.8s; -webkit-transition:all 0.8s; -o-transition:all 0.8s; }
.header .nav ul > li:hover > a,
.header .nav ul > li.on > a{ color:#e60013; }
.header .nav ul > li.on > a{ border-bottom:2px solid #e60013; }
.header .search-box { height:36px; width: 36px;background: url(../images/search.png) no-repeat center;cursor: pointer;}
.header .search-box .text { width:25px; height:25px; line-height:25px; border-radius:12px; background:#97d01b; border:0; text-indent:1.5em; font-size:12px; color:#fff; position:absolute; right:0px; top:0; bottom:0; transition:all 0.6s; -moz-transition:all 0.6s; -webkit-transition:all 0.6s; -o-transition:all 0.6s; z-index: 999;}
.header .search-box .btn { width:25px; height:25px; border:0; background:url("../images/header-icon.png") no-repeat; background-position:-389px 0px; position:relative;z-index:1000;}
/*.header .search-box:hover .text{ right:0; width:200px; }*/

.header .nav ul > li .erify{display: none;position: absolute;left: 50%;top:64px;width: 200px;margin-left: -100px;background-color: rgba(255, 255, 255, 0.9);padding: 7px 0 21px;z-index: 100;}
.header .nav ul > li .erify > a{display: block;color: #6d6d6d;font-size: 14px;height: 41px;line-height: 41px;padding-left: 60px;}
.header .nav ul > li .erify > a:hover{color:#e60013;}



.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.subnav{ width:100%; background:rgba(255,255,255,0.88); position:absolute; left:0; right:0; top:105px; z-index:1001; display:none; /*-webkit-transition:all .3s ease; transition:all .3s ease;*/  	box-shadow: 0px 1px 5px 0px rgba(192, 192, 192, 0.3);}
.subnav dl{ float:left; position:absolute; /*left:50%; margin-left:-115px;*/ }
.subnav dl dd { float:left; line-height:40px; margin:0px 26px; }
.subnav dl dd a{ font-size:14px; color:#666; line-height:40px; }
.subnav dl dd a:hover{ color:#e60013; }
.subnav dl dd.on a{ color:#e60013; }
/* common subnav block*/
.subnav-common{position:static; max-width: 80%; margin:0 auto;}
.subnav-common .left{max-width: 100%;  position: relative;margin-top: 14px; float: left;}
.subnav-common .left ul {overflow: hidden;}
.subnav-common .left ul li {margin-right:33px; min-width: 30%;height: auto;line-height: 67px;margin-left: 0 !important;}
.subnav-common .left ul li a{padding: 0; height: auto;}
.subnav-common .left ul li a:hover span{color: #e60013}
.subnav-common .left ul li .on span{color: #e60013}
.subnav-common .left ul li a i{display:block;float: left;margin-top: 20px;margin-right: 10px;}
.subnav-common .left ul li a span{display:block;float: left;font-size: 16px;color: #333333;}
.subnav-common .left .more-than{position: absolute; right: 96px; bottom: 17px; width: 105px;height: 35px; box-sizing: border-box;border: 1px solid #e60013; color: #969696;line-height: 32px;text-align: center; cursor: pointer; transition: all 0.25s linear}
.subnav-common .left .more-than:hover{background: #e60013;color: #fff;}
.subnav-common .right{float: right;padding-top: 62px;}
.subnav-common .right ul li{height: auto; overflow: hidden;margin-right: 0;margin-left: 45px;}
.subnav-common .right ul li a{height: auto;padding: 0}
.subnav-common .right ul li img{max-width: 211px;}
.subnav-common .right ul li h1{font-size: 20px;line-height: 48px;	color: #e60013;}
.subnav-common .right ul li span{display: block; max-width:211px;;font-size: 15px;line-height: 22px; color: #707070;}
.subnav-common .right ul li h2{font-size: 16px;}
.news-subnav .subnav-common .right ul li h2{font-size: 14px;width: 220px;color: #666;line-height: 24px;padding-top: 20px;}

/*about ico*/
.about-subnav .about-ico1{width: 30px;height: 27px; background: url('../images/about_ico1.png') no-repeat center;}
.about-subnav .about-ico2{width: 30px;height: 26px; background: url('../images/about_ico2.png') no-repeat center;}
.about-subnav .about-ico3{width: 30px;height: 25px; background: url('../images/about_ico3.png') no-repeat center;}
.about-subnav .about-ico4{width: 30px;height: 28px; background: url('../images/about_ico4.png') no-repeat center;}
.about-subnav .about-ico5{width: 30px;height: 24px; background: url('../images/about_ico5.png') no-repeat center;}
.about-subnav .about-ico7{width: 30px;height: 25px; background: url('../images/about_ico6.png') no-repeat center;}
.about-subnav .about-ico6{width: 30px;height: 25px; background: url('../images/join_ico2.png') no-repeat center;}
.about-subnav .about-ico8{width: 30px;height: 25px; background: url('../images/join_ico1.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico1{background: url('../images/about_ico1_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico2{background: url('../images/about_ico2_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico3{background: url('../images/about_ico3_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico4{background: url('../images/about_ico4_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico5{background: url('../images/about_ico5_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico6{background: url('../images/join_ico2_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico7{background: url('../images/about_ico6_act.png') no-repeat center;}
.about-subnav .left ul li a:hover .about-ico8{background: url('../images/join_ico1_act.png') no-repeat center;}
.about-subnav .left ul li .on .about-ico1{background: url('../images/about_ico1_act.png') no-repeat center;}
.about-subnav .left ul li .on .about-ico2{background: url('../images/about_ico2_act.png') no-repeat center;}
.about-subnav .left ul li .on .about-ico3{background: url('../images/about_ico3_act.png') no-repeat center;}
.about-subnav .left ul li .on .about-ico4{background: url('../images/about_ico4_act.png') no-repeat center;}
.about-subnav .left ul li .on .about-ico5{background: url('../images/about_ico5_act.png') no-repeat center;}
.about-subnav .left ul li .on .about-ico6{background: url('../images/about_ico6_act.png') no-repeat center;}

/*service-subnav*/
.service-subnav .subnav-common .left ul li a i{margin-top: 20px;}
.service-subnav .service-ico1 {width: 27px;height: 23px;background: url('../images/service_ico1.png') no-repeat center;background-size: contain;}
.service-subnav .service-ico2 {width: 25px; height: 26px; background: url('../images/service_ico2.png') no-repeat center;background-size: contain;}
.service-subnav .service-ico3 {width: 25px; height: 25px;background: url('../images/service-ico3.png') no-repeat center;background-size: contain;}
.service-subnav .service-ico4 {width: 24px; height: 21px;background: url('../images/service_ico4.png') no-repeat center;background-size: contain; }
.service-subnav .left ul li a:hover .service-ico1{background: url('../images/service_ico1_act.png') no-repeat center;}
.service-subnav .left ul li a:hover .service-ico2{background: url('../images/service_ico2_act.png') no-repeat center;}
.service-subnav .left ul li a:hover .service-ico3{background: url('../images/service-ico3_act.png') no-repeat center;}
.service-subnav .left ul li a:hover .service-ico4{background: url('../images/service_ico4_act.png') no-repeat center;}
.service-subnav .left ul li .on .service-ico1{background: url('../images/service_ico1_act.png') no-repeat center;}
.service-subnav .left ul li .on .service-ico2{background: url('../images/service_ico2_act.png') no-repeat center;}
.service-subnav .left ul li .on .service-ico3{background: url('../images/service-ico3_act.png') no-repeat center;}
.service-subnav .left ul li .on .service-ico4{background: url('../images/service_ico4_act.png') no-repeat center;}

/*joins-subnav*/
.joins-subnav .subnav-common .left .more-than{bottom: 83px}
.joins-subnav .joins-ico1{width: 27px;height: 28px; background: url('../images/join_ico1.png') no-repeat center;background-size: contain;}
.joins-subnav .joins-ico2{width: 27px;height: 28px;background: url('../images/join_ico2.png') no-repeat center;background-size: contain;}
.joins-subnav .joins-ico3{width: 27px;height: 27px;background: url('../images/join_ico3.png') no-repeat center;background-size: contain;}
.joins-subnav .left ul li a:hover .joins-ico1{background: url('../images/join_ico1_act.png')}
.joins-subnav .left ul li a:hover .joins-ico2{background: url('../images/join_ico2_act.png')}
.joins-subnav .left ul li a:hover .joins-ico3{background: url('../images/join_ico3_act.png')}
/* .joins-subnav .left ul li .on .joins-ico1{background: url('../images/icon/join_ico1_act.png')}
.joins-subnav .left ul li .on .joins-ico2{background: url('../images/icon/join_ico2_act.png')}
.joins-subnav .left ul li .on .joins-ico3{background: url('../images/icon/join_ico3_act.png')} */

/*news-subnav*/
.news-subnav .subnav-common .left .more-than{right:75px; }
.news-subnav .subnav-common{max-width: 80%;}
.news-subnav .subnav-common .left{max-width: 100%;  position: relative;margin-top: 14px; float: left;}
.news-subnav .subnav-common .left ul {overflow: hidden;}
.news-subnav .subnav-common .left ul li {margin-right:33px; min-width: 30%;height: auto;line-height: 67px;margin-left: 0 !important;}
.news-subnav .subnav-common .left ul li a{padding: 0; height: auto;}
.news-subnav .subnav-common .left ul li a:hover span{color: #e60013}
.news-subnav .news-ico1{width: 27px;height: 26px; background: url('../images/new_ico1.png') no-repeat center;background-size: contain;}
.news-subnav .news-ico2{width: 24px;height: 27px;background: url('../images/irm_ico1.png') no-repeat center;background-size: contain;margin-top: 22px !important;}
.news-subnav .news-ico3{width: 27px;height: 26px; background: url('../images/irm_ico3.png') no-repeat center;background-size: contain;}
.news-subnav .news-ico4{width: 27px;height: 26px; background: url('../images/irm_ico2.png') no-repeat center;background-size: contain;}
.news-subnav .news-ico5{width: 27px;height: 26px; background: url('../images/join_ico3.png') no-repeat center;background-size: contain;}
.news-subnav .news-ico6{width: 27px;height: 26px; background: url('../images/irm_ico5.png') no-repeat center;background-size: contain;}
.news-subnav .left ul li a:hover .news-ico1{background: url('../images/new_ico1_act.png') no-repeat center;}
.news-subnav .left ul li a:hover .news-ico2{background: url('../images/irm_ico1_act.png') no-repeat center;}
.news-subnav .left ul li a:hover .news-ico3{background: url('../images/irm_ico3_act.png') no-repeat center;}
.news-subnav .left ul li a:hover .news-ico4{background: url('../images/irm_ico2_act.png') no-repeat center;}
.news-subnav .left ul li a:hover .news-ico5{background: url('../images/join_ico3_act.png') no-repeat center;}
.news-subnav .left ul li a:hover .news-ico6{background: url('../images/irm_ico5_act.png') no-repeat center;}
.news-subnav .left ul li .on .news-ico1{background: url('../images/new_ico1_act.png') no-repeat center;}
.news-subnav .left ul li .on .news-ico2{background: url('../images/irm_ico1_act.png') no-repeat center;}
.news-subnav .left ul li .on .news-ico3{background: url('../images/irm_ico3_act.png') no-repeat center;}
.news-subnav .left ul li .on .news-ico4{background: url('../images/irm_ico2_act.png') no-repeat center;}
.news-subnav .left ul li .on .news-ico5{background: url('../images/join_ico3_act.png') no-repeat center;}
.news-subnav .left ul li .on .news-ico6{background: url('../images/irm_ico5_act.png') no-repeat center;}
/*irm-subnav*/
.irm-subnav .irm-ico1{width: 24px;height: 27px;background: url('../images/irm_ico1.png') no-repeat center;background-size: contain;}
.irm-subnav .irm-ico2{width: 27px;height: 29px;background: url('../images/irm_ico2.png') no-repeat center;background-size: contain;}
.irm-subnav .irm-ico3{width: 31px;height: 31px;background: url('../images/irm_ico3.png') no-repeat center;background-size: contain;}
.irm-subnav .irm-ico4{width: 29px;height: 27px;background: url('../images/irm_ico4.png') no-repeat center;background-size: contain;}
.irm-subnav .irm-ico5{width: 28px;height: 22px;background: url('../images/irm_ico5.png') no-repeat center;background-size: contain; margin-top: 20px !important;}
.irm-subnav .left ul li a:hover .irm-ico1{background: url('../images/irm_ico1_act.png') no-repeat center;}
.irm-subnav .left ul li a:hover .irm-ico2{background: url('../images/irm_ico2_act.png') no-repeat center;}
.irm-subnav .left ul li a:hover .irm-ico3{background: url('../images/irm_ico3_act.png') no-repeat center;}
.irm-subnav .left ul li a:hover .irm-ico4{background: url('../images/irm_ico4_act.png') no-repeat center;}
.irm-subnav .left ul li a:hover .irm-ico5{background: url('../images/irm_ico5_act.png') no-repeat center;}
.irm-subnav .left ul li .on .irm-ico1{background: url('../images/irm_ico1_act.png') no-repeat center;}
.irm-subnav .left ul li .on .irm-ico2{background: url('../images/irm_ico2_act.png') no-repeat center;}
.irm-subnav .left ul li .on .irm-ico3{background: url('../images/irm_ico3_act.png') no-repeat center;}
.irm-subnav .left ul li .on .irm-ico4{background: url('../images/irm_ico4_act.png') no-repeat center;}
.irm-subnav .left ul li .on .irm-ico5{background: url('../images/irm_ico5_act.png') no-repeat center;}

/*.header .nav ul > li.on .subnav{ display:block; }*/
.header .nav ul > li.on .product-subnav{ display:none; }
.product-subnav{padding-bottom: 40px; padding-left: 60px;padding-top: 30px;}
.pro_fixed{position: fixed;left: 0;top: 0;width: 100%;top: 100px;z-index: 8;display: none;}
.product-subnav dl{ position:static;float: none; max-width: 85%; margin:0 auto; padding-top:13px; overflow: hidden; }
.product-subnav dl .material-decor{margin: 0 auto; position: relative;}
.product-subnav dl .material-decor .m-decor-ico{display: block; position: absolute;left: 23px;top: 23%; width: 27px;height: 27px; background:url("../images/material-decor_ico.png") no-repeat center; background-size: contain;}
.product-subnav dl .home-decor{margin: 31px auto; position: relative;}
.product-subnav dl .home-decor .h-decor-ico{display: block; position: absolute;left: 23px;top: 24%;width: 21px;height: 26px; background:url("../images/home-decor_ico.png") no-repeat center; background-size: contain;}
.product-subnav dt{width: 180px; height: 40px;line-height:40px;background: #e60013;text-align: center;font-size: 16px;color: #fff;float: left;}
.product-subnav dl dd{ display:inline-block; text-align:center;margin: 0px 10px; min-width: 30px; line-height: 30px;}
.product-subnav dl .home-decor dd:last-child{margin: 0 7px;} 
/* .product-subnav dl dd i{ display:block; width:49px; height:45px; background:url("../images/icon/category-pro-xin-icon.png") no-repeat; background-size:697px 108px; margin:0 auto -5px; } */
.product-subnav dl dd i{ display:block; width:32px; height:30px; background:url("../images/category-pro-xin-icon.png") no-repeat; background-size:420px 62px; margin:0 auto -5px; }
.product-subnav dl dd i.icon-1{ background-position:0 0; }
.product-subnav dl dd i.icon-2{ background-position: -32px 0;}
.product-subnav dl dd i.icon-3{ background-position: -63px 0; }
.product-subnav dl dd i.icon-4{ background-position: -94px 0;}
.product-subnav dl dd i.icon-5{ background-position: -129px 0;}
.product-subnav dl dd i.icon-6{ background-position: -162px 0; }
.product-subnav dl dd i.icon-7{ background-position: -197px 0}
.product-subnav dl dd i.icon-8{ background-position:-227px 0; }
.product-subnav dl dd i.icon-9{ background-position:-260px 0; }
.product-subnav dl dd i.icon-10{ background-position:-288px 0; }
.product-subnav dl dd i.icon-11{ background-position:-325px 0; }
.product-subnav dl dd i.icon-12{ background: url('../images/icon/e_install-ico.png') no-repeat center; background-size: 30px 28px}
.product-subnav dl dd i.icon-13{background: url('../images/icon/child_ico.png') no-repeat center; background-size: 36px 29px}
.product-subnav dl dd:hover i.icon-1,
.product-subnav dl dd.on i.icon-1{ background-position:0 -36px; }
.product-subnav dl dd:hover i.icon-2,
.product-subnav dl dd.on i.icon-2{ background-position: -32px -36px; }
.product-subnav dl dd:hover i.icon-3,
.product-subnav dl dd.on i.icon-3{  background-position: -63px -36px;}
.product-subnav dl dd:hover i.icon-4,
.product-subnav dl dd.on i.icon-4{ background-position: -94px -36px; }
.product-subnav dl dd:hover i.icon-5,
.product-subnav dl dd.on i.icon-5{ background-position: -129px -36px; }
.product-subnav dl dd:hover i.icon-6,
.product-subnav dl dd.on i.icon-6{ background-position:-162px -36px; }
.product-subnav dl dd:hover i.icon-7,
.product-subnav dl dd.on i.icon-7{ background-position:-197px -36px; }
.product-subnav dl dd:hover i.icon-8,
.product-subnav dl dd.on i.icon-8{ background-position:-227px -36px; }
.product-subnav dl dd:hover i.icon-9,
.product-subnav dl dd.on i.icon-9{ background-position:-260px -36px; }
.product-subnav dl dd:hover i.icon-10,
.product-subnav dl dd.on i.icon-10{ background-position:-288px -36px; }
.product-subnav dl dd:hover i.icon-11,
.product-subnav dl dd.on i.icon-11{ background-position:-325px -36px; }
.product-subnav dl dd:hover i.icon-12,
.product-subnav dl dd.on i.icon-12{ background: url('../images/icon/e_install-ico_act.png') no-repeat center; background-size: 30px 28px}
.product-subnav dl dd:hover i.icon-13,
.product-subnav dl dd.on i.icon-13{ background: url('../images/icon/child_ico_act.png') no-repeat center; background-size: 36px 29px}
.header .nav ul > li:hover .subnav{ z-index:5000; }
/* BreadNav */
.breadNav{width: 1200px; margin: 0 auto; height:40px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.breadNav a,
.breadNav span{ font-size:12px; line-height:40px; color:#999; }
.breadNav span{ padding:0px 10px; }
.breadNav a:hover,
.breadNav span.cur{ color:#e60013; padding:0; }
.header-breadNav{ border:0; height:70px; border-bottom:1px solid #e5e5e5; margin-bottom:35px; }
.header-breadNav a,
.header-breadNav span{ line-height:70px; font-size:13px; color:#666; }
.header-breadNav .tab{}
.header-breadNav .tab li{ float:left; font-size:15px; color:#666666; margin-left:60px; }
.header-breadNav .tab li a{ font-size:15px; color:#666666; display:block; padding:0px 5px; transition:all 0.8s; -moz-transition:all 0.8s; -webkit-transition:all 0.8s; -o-transition:all 0.8s; line-height:68px; }
.header-breadNav .tab li.on a{ border-bottom:2px solid #e60013; color:#e60013; }
.header-breadNav .tab li:hover a{ color:#e60013; }
.other_banner{  position: relative; overflow: hidden;}
.other_banner img{ display: block; width: 100%;}
.other_banner .banner_text{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.other_banner .banner_text .z_row{ width: 79%; margin: 0 auto; color: #fff;}
.other_banner .banner_text h3{ font-size: 40px; font-weight: bold; margin-bottom: 10px;    color: #000;}
.other_banner .banner_text .h4{ font-size: 30px; line-height: 36px; font-weight: bold;}

.n_main_box{width:100%; z-index: 100;    background: rgba(204,204,204,0.3);}
.n_main_box .w1200{position:relative;width:80%;height: 70px;margin: 0 auto;    z-index: 2;}
.n_nav_box{height: 70px;line-height: 70px;position:relative;border-bottom: #e8e8e8 1px solid;}
.n_nav1{position:relative;font-size: 0;}
.n_nav1 a{display:inline-block;width: 145px;height: 70px;font-size: 15px;line-height: 70px;color: #000;text-align: center;box-sizing: border-box;position: relative;border-left: #dfdfdf 1px solid;border-right: #dfdfdf 1px solid;margin: 0 -0.5px;}
.n_nav1 a strong{display:block;color: #000000;position:relative;z-index:4;height: 70px;line-height: 70px;font-weight: 100;}
.n_nav1 a:before{content:"";width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;background:transparent;}
.n_nav1 a:after{content:""; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:transparent 7px solid; position: absolute;top: 55px;left:50%; margin-left:-6px;}
.n_nav1 a:hover:before,.n_nav1 .on:before{background: #e60013;}
.n_nav1 a:hover:after,.n_nav1 .on:after{}
.n_nav1 a:hover strong,.n_nav1 .on strong{}
.n_nav{position:relative;text-align: right;font-size: 0;}
.n_nav a{display:inline-block;width: 145px;height: 70px;font-size: 15px;line-height: 70px;color: #000;text-align: center;box-sizing: border-box;position: relative;border-left: #dfdfdf 1px solid;border-right: #dfdfdf 1px solid;margin: 0 -0.5px;}
.n_nav a strong{display:block;color: #000000;position:relative;z-index:4;height: 70px;line-height: 70px;font-weight: 600;}
.n_nav a:before{content:"";width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;background:transparent;}
.n_nav a:after{content:""; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:transparent 7px solid; position: absolute;top: 55px;left:50%; margin-left:-6px;}
.n_nav a:hover:before,.n_nav .on:before{background: #e60013;}
.n_nav a:hover:after,.n_nav .on:after{}
.n_nav a:hover strong,.n_nav .on strong{}
.n_up_box{ position:relative;}
.position{position:absolute;height: 72px;line-height: 72px;left: 0px;bottom: 0;color: #9c9ca0;padding-left: 17px;font-size: 14px;background: url(../images/home_icon.png) left 30px no-repeat;}
.position span, .position a, .position i{font-size: 14px;color: #5b5b5b;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin: 0px 10px 0 8px;font-style:normal;}
.position i img{vertical-align:middle;margin-top: -2px;}
.position em{font-size: 13px;color: #e60013;font-style: normal;}
.position a:hover{color: #e60013;}
.n_main_box .main_box{width: 1200px;height: 80px;position:relative;margin: 0 auto;}
.contact_info{     padding: 10px 0 20px 0;}
.contact_info .titbar{  padding: 10px 0; position: relative; font-size: 30px; margin-bottom: 10px; }
.contact_info .titbar .tel{ position: absolute; right: 0; top: 50%; transform: translateY(-50%);text-align: right; color: #878787; font-size: 14px;}
.titbar .tel em{ display: block; color: #009944; font-size: 24px; margin-top: 5px; font-weight: bold;}
.contact_btm{ display: flex; align-items: flex-end; justify-content: space-between;}
.conatct_addre{ float: left;}
.conatct_addre p{ margin-bottom: 5px; color: #666;}
.conatct_addre p a{font-size:14px;}
.conatct_addre p i{padding-right: 15px;}
.contact_btm .foot_code{ margin-left: auto;}
.contact_map img{ width: 100%; vertical-align: bottom;}
.contact_info .titbar{ border-bottom:1px solid #e5e5e5; position: relative; font-size: 30px; margin-bottom: 20px; }
.contact_info .titbar .tel{ position: absolute; right: 0; top: 50%; transform: translateY(-50%);text-align: right; color: #878787; font-size: 14px;}

.wrap1 {
    padding: 60px 0 60px;width:100%;    background: #fafafa;
}

.wrap1 .htit{
    font-size: 30px;
    color: #1a1a1a;
    position: relative;
    text-align: center;
    padding-bottom: 24px;
}
.wrap1 .htit:after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.wrap1 .hcon{
    font-size: 14px;
    color: #4d4d4d;
    line-height: 2.5;
    text-align: justify;
}

.look-more {display: block;  width:180px;height: 50px; border: 1px solid #e60013;line-height: 50px; text-align: center;font-size: 14px;color: #fff; margin: 30px auto 0;background:#e60013;webkit-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;}
.look-more:hover {color: #fff;background-color:#000;border: 1px solid #000;}

.about1 {
    max-width: 80%;padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tz-gallery {
    padding: 1px 0px;
    box-sizing: border-box;
}
.tz-gallery .thumbnail {
    padding: 0;
    border: none;
}
.tz-gallery img {
    border-radius: 2px;
    max-width: 100%;
}
.tz-gallery .caption {
    padding: 10px;
    text-align: center;line-height: 40px;
}
.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;line-height: 40px;
}
.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}


.join-table {
}

.menu_tab {
    width: 100%;
    height: auto;
}

.menu_tab li {
    border: 1px solid #d8d8d8;
    margin-bottom: 5px;
}

.join-table label {
    display: block;
    color: #fff;
    background: #ffffff;
    position: relative;
    transition-duration: 0.5s;
    cursor: pointer;
    margin-bottom: 0px;
}

.join-table label:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/join-i01.png) no-repeat;
    background-size: 100% 100%;
    transition-duration: 0.5s;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}

.join-table label span {
    display: block;
    width: 90%;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 60px;
    padding-left: 30px;
}

.join-table label.selected {
    background: #e60013;
}

.join-table label.selected span {
    color: #FFFFFF;
}

.join-table label.selected:after {
    background: url(../images/join-i02.png) no-repeat;
    background-size: 100% 100%;
}

.join-table .tab_content {
    display: none;
    width: 100%;
    background: #f1f2f3;
    padding: 20px 30px;
}

.join-table .tab_content h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 20px;
}

.join-table .tab_content h4:nth-child(1) {
    margin-top: 0;
}

.join-table .tab_content p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
}

.pagination {    justify-content: center; display: flex;}
.pagination ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    margin-left: 3px;
}
.pagination ul li:first-child {
    margin-left: 0;
}
.pagination ul li a {
    display: block;
    border-radius: 3px;
}
.pagination ul li a:hover {
    background: #cf1433;
    color: #ffffff;
}
.pagination ul li.active{
    background: #cf1433;
    color: #ffffff;
}
.pagination ul li.next {
    width: 40px;
}
.n_zixun{ }

.n_zixun .m{ position:relative;}

.box2{ margin-bottom:20px; border:1px solid #e5e5e5;background: #fff;}
.box2 .txt h5 a{ font-size:14px; color:#000; font-weight:600; padding-bottom:10px;}
.box2 .txt h5 a:hover{ color: #e60013;}
.box2 .txt{ padding: 20px;line-height: 25px;}
.box2 .txt p{padding: 0;    overflow: hidden;
    height: 50px;}

.new-nr-zi {
    font-size: 14px;
    line-height: 2;
}
.new-nr-zi img{
    margin: 0 auto;width：100%}


.btn3{     margin: 10px 0; text-align: right  }
.btn3 a{ display:inline-block; height:35px; line-height:35px; background:#fff; color:#000;    border: 1px solid #e4eaec;  width:100PX; font-size:12px; border-radius: 3px; text-align: center;}
.btn3 a:hover{ background:#e60013; color:#fff;}

.sx{width:100%; padding:20px 0; text-align:left;border-top:1px dashed #ddd;color:#333;margin-top:10px;font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}
.sx p{      text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;

    float: left;
    margin-right: 10px;
    padding: 0px 20px;    margin-bottom: 5px;}
.sx a{font-weight:normal}
.sx a:link{color:#999;text-decoration:none;}
.sx a:visited{color:#999;text-decoration:none;}
.sx a:hover{color:#e60013;text-decoration:none;}
.sx a:active{color:#e60013;text-decoration:none;}
.sx span{ float:right;  padding-right:20px;}
.sx span a{ padding-left:20px; color:#999 !important; }

.ne-content {
    background: #f1f2f3;
    padding: 40px 0;
}

.w1500 {
    width: 80%;
    margin: 0 auto;
}
.widget {

    border: 1px solid #ececec;
    background: #fff;
    padding: 20px; }
.mb-20 {

    margin-bottom: 20px; }


.search-form {

    position: relative; }

.search-form input {

    width: 100%;

    height: 44px;

    border: 0;

    background: #f0f0f0;

    padding: 0 20px; border-radius: 20px; }

.search-form button {

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

    background: #e60013;

    padding: 0 15px;

    color: #ffffff;

    line-height: 44px;

    border: 0; border-radius: 50%; }

.search-form button:hover {

    background: #f39816; }



.widget-title {

    font-size: 18px;

    margin-bottom: 0px;

    position: relative;

    display: inline-block;     font-weight: 600;}


.list{width: 100%;margin:21px auto 0 auto;}

.list ul li{background-color:#f0f0f0; border:solid 1px #fff; border-bottom:0;}

.list ul li:hover { background-color: #e60013;color: #fff}
.list ul li .cut { background-color: #e60013;color: #fff}

.list ul li a{padding-left: 20px;color: #000; font-size:14px; display: block; font-weight:normal; height:50px;line-height: 50px;position: relative;}
.list ul li a:hover{color: #fff}
.list ul li a i{padding-right: 10px; font-size: 18px;}

.list ul li ul{display: none;}

.list ul li ul li { border-left:0; border-right:0; background-color:#adadad; border-color:##adadad;}

.list ul li ul li ul{display: none;}

.list ul li ul li a{ padding-left:20px;}

.list ul li ul li ul li { background-color:#d6e6f1; border-color:#6196bb; }

.last{ background-color:#d6e6f1; border-color:#6196bb; }

.list ul li ul li ul li a{ color:#316a91; padding-left:30px;}

.features-img {

    position: relative; }

.features-img img {

    width: 100%;  border:1px solid #e7e7e7; border-bottom: none}

.features-img:hover .showBox {
    opacity: 1;
}
.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:all 0.5s ease;}
.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0.5rem 0;
}.showBoxLink a{ color: #fff;}
.features-text {

    border:1px solid #e7e7e7;
    left: 0;

    right: 0;

    text-align: center;

    background: #fff;



    bottom: 0;

    padding: 10px;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;    margin-bottom: 20px;
}

.features-text h3 {

    font-size: 16px;

    margin-bottom: 0px; font-weight:normal; line-height: 22px;}

.features-text h3 > a {

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s; }

.features-text h3 > a:hover {

    color: #e60013; }


.lxTit.center {
    text-align: center;
}

.lxTit {
    position: relative;
    margin-bottom: 20px;
}

.lxTit_cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #333;  text-transform: uppercase;
}
.pro-detail-box {
    padding: 40px;
    background: #FFFFFF;    width: 100%;
    float: left;
}
.item-pic__box {
    position: relative;
    width: 50%;
    float: left;
    margin-left: 25%;

}
.shop_toolbar_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;

    font-size: 16px;
    font-weight: 500;

    margin-bottom: 20px;padding-bottom: 7px;line-height: 35px;
}
.shop_toolbar_wrapper i{margin-right: 10px;}
@media only screen and (max-width: 767px) {
    .shop_toolbar_wrapper {
        flex-direction: column;
        padding: 5px 10px 5px;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .shop_toolbar_btn {
        margin-bottom: 20px;
    }
}

.shop_wrapper {
    margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop_wrapper {
        margin-bottom: 49px;
    }
}
@media only screen and (max-width: 767px) {
    .shop_wrapper {
        margin-bottom: 0px;
    }
}


.blo-image-and-date img{
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;max-width: 100%;
}
.blo-image-and-date:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.showproducts_b {
    width:100%;
    float:left;
    height:50px;
    border-bottom:solid 1px #e60013;
    margin-top:10px;
}
.showproducts_b span {
    background-color:#e60013;
    color:#FFF;
    float:left;
    padding-left:30px;
    padding-right:30px;
    height:50px;
    line-height:50px;
}
.showproducts_c {
    width:100%;
    float:left;
    word-wrap: break-word;
    text-align:left; padding:10PX;
}
.small-box {
    position: relative;
    width:100%;

    margin-bottom: 5px;

}
.small-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;border: 1px solid #e6e6e6;
}
.small-box > .hover {
    display: none;
    left: 0;top: 0;
    position: absolute;
    border: 1px solid #fff;
    background-color: #000;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    opacity: .15;
    cursor: move;
}
.thumbnail-box {
    position: relative;
    width: 100%;
}
.thumbnail-box .btn {
    position: absolute;
    top: 0;bottom: 0;
    width: 26px;
    border: 0;
    background: #eee url(../images/thumb-but.gif) no-repeat;
}
.thumbnail-box .btn:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat}
.thumbnail-box .btn-prev {left: 0}
.thumbnail-box .btn-next {right: 0;background-position: center right}
.thumbnail-box .btn-next:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat center right}
.thumbnail-box > .thumb-list {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}
.thumbnail-box .wrapper {
    font-size: 0;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
}
.thumbnail-box > .thumb-list .item {
    width: 56px;
    height: 56px;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
}

.thumbnail-box > .thumb-list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;    border: 1px solid #e6e6e6;
}
.thumbnail-box > .thumb-list .item.active {

}
.big-box {
    z-index: 100;
    display: none;
    overflow: hidden;
    position: absolute;
    left:102%;top: 0;
    border: 1px solid #e6e6e6;
    width: 300px;height: 300px;
}
.item-info__box {
    width: 50%;
    float: right;
    padding: 20px 40px 20px 40px;
}
.item-title {line-height: 2em; }
.item-title > .name {
    font-size: 25px;
    max-height: 50px;
    line-height: 50px;
}
.item-price {
    padding: 10px;
    margin-bottom: 20px;
}
.item-price .price-panel {
    height: 40px;
    line-height: 40px;
}
.item-price .price-panel .price{
    font-size: 24px;
    color: #d00;
}
.lh-nav{display: none}


@media only screen and (max-width:750px){

    .lh-nav{display:block}
	.header .nav{display: none}
	.header .toplink > a.tel{display: none}
	.header .toplink{background: none}
	.header .toplink > a, .header .toplink span{    margin-right: 10px;top:20px; color: #000;background:#fff}
	.lh-nav-btn:before, .lh-nav-btn:after{background:#000}
	.lh-nav-btn i{background:#000}
    .header .logo{width: 100px;height: 80px;}
    .header{height: 80px;}
    .ind_sec1{    margin-bottom: 20px;}
    .other_banner{  }
    .other_banner img{    height: 100px;}
    .other_banner .banner_text h3{    font-size: 14px;}
    .position{display: none}
    .n_main_box .w1200{    width: 95%;}
    .n_nav{text-align: left}
    .n_nav a{width:20%;    border-left:none;border-right:none;}
    .wrap1{    padding: 30px 0 30px;}
    .wrap1 .htit{    font-size: 24px;padding-bottom: 14px;}
    .about1{    max-width: 95%;}
    .wrap1 .hcon{    padding-top: 20px!important;    line-height: 24PX;text-align: left;}
    .wrap1 img{width:100%}
    .look-more{    width: 100px;height: 40px;    line-height: 40px;    margin: 10px auto 0;}
    .k{display: none}
    .ne-content{    padding: 20px 0;}
    .w1500{width:95%}
    .mb-20{    margin-bottom: 10px;}
    .widget{    padding: 10px;}
    .list{    margin: 10px auto 0 auto;}
    .lxTit{    margin-bottom: 10px;}
    .lxTit_cn{    text-align: center;font-size: 20px;}
    .features-text{    padding: 5px;    margin-bottom: 10px;}
    .list ul li a{height: 30px;line-height: 30px;}
    .item-pic__box{    width: 100%; margin-left: 0;}
    .pro-detail-box{    padding: 20px;}
    .box2 .txt p{display: none}
    .box2 .txt{    padding: 5px;}
    .sx p{float: none}
    .sx{    padding: 20px 0 0;}
    .tz-gallery .caption{    padding: 5px;line-height: 25px;}
    .tz-gallery .caption h3{line-height: 25px;}
    .join-table label:after{    width: 20px;height: 20px;    top: 60%;}
    .join-table label span{    padding-left: 20px;    line-height: 50px;}
    .join-table .tab_content{    padding: 20px;}
    .contact_info .titbar{    font-weight: 600;font-size: 20px;}
    .contact_btm{display: block}
}
